home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / record11.zip / RECORDER.DOC < prev   
Text File  |  1988-07-31  |  2KB  |  35 lines

  1. RECORDER by Tom Kihlken, PC Mag 1988 No. 9 (Utilities)
  2.  
  3. RECORDER keeps a log of the number of times each file is accessed over a
  4. period of time to show which files would benefit from being stored on a RAMdisk.
  5.  
  6. Format:    RECORDER [n] [/R]
  7.  
  8. RECORDER is a memory-resident utility that should normally be loaded by being
  9. included as a line in an AUTOEXEC.BAT file.  By default it will keep track of
  10. disk I/O activity (reads, writes, EXECs) for 200 filenames.  The optional n
  11. parameter can be entered at the time the utility is loaded to increase the 
  12. number of filenames to 2,000.  Each additional filename requires 20 bytes of
  13. RAM.  The current log can be seen by entering RECORDER at the DOS prompt. 
  14. Entering RECORDER with the /R switch resets the table; this may be done at any
  15. time, and certainly if the error message "Table is saturated" is displayed.
  16. Redirection is supported so the results can be stored to a file.
  17.  
  18. Example: At the end of a morning's use, for example, to store the results
  19. and reset the table simultaneously, enter RECORDER /R > FILES.LOG
  20.  
  21. By default, RECORDER sorts by the numbers in the totals column.  The DOS SORT
  22. program can be used to sort by the values in other columns.   The read column
  23. begins with character 20, the write column with 27, and the EXEC column with 34.
  24.  
  25. Example: To sort the table by the number of entries in the EXEC category,
  26. enter RECORDER | SORT /+34
  27.  
  28. v1.1, 30 Jul 88
  29. - General tightening of code
  30. - tabified, cleaned up format
  31. - No significant functional changes
  32. David Kirschbaum
  33. Toad Hall
  34. kirsch@braggvax.ARPA
  35.